Hello,
Hmmm.... I suspect something else may be going on. I can manipulate the KM_Controller.CoordMotion instance - say like calling Abort() then ClearAbort().
I can then Interpret a file with no issues (KM_Controller.Interpreter has it's own instance of CoordMotion).
It is not until I try to call a direct motion call on the KM_Controller.CoordMotion instance (StraightTraverse)that I run into the Object not set an instance of an object...blah blah blah.
Is it possible the TP is being shared and causing an issue?
Thank you,
Brad Murry
--- In
DynoMotion@yahoogroups.com, "bradodarb" <bradodarb@...> wrote:
>
> In an attempt to provide flexibility, I implemented two separate CoordMotion instances int the KM_Controller.cs class.
>
>
> The thought was to use the interpreter for.... interpreting and have the ability to use a separate CoordMotion class for aux motion(tool changes, etc...)
>
> However I get an exception when trying to use the two consecutively.
>
>
> Is CoordMotion a Singleton on the board so I can only have one per Kflop?
>
> -Brad Murry
>